What is NPM?
977
19-Feb-2021
Rahul Roi
19-Feb-2021The mean of NPM is Node Package Manager, responsible for managing all the packages and modules for Node.js.
These are the two main functions provided by NPM (Node Package Manager):
First - This is provide the online repositories for node.js packages/modules, which are searchable on search.nodejs.org
Second - And it is also provide the command-line utility to install Node.js packages and also manages Node.js versions and dependencies